<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ¸…é™¤å†…å¤–è¾¹è· */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ç»“æž„å…ƒç´&nbsp; */
dl, dt, dd, ul, ol, li, /* list elements åˆ—è¡¨å…ƒç´&nbsp; */
pre, /* text formatting elements æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
fieldset, lengend, button, input, textarea, /* form elements è¡¨å•å…ƒç´&nbsp; */
th, td { /* table elements è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
		margin: 0;
		padding: 0;
		box-sizing: border-box;
}

/* è®¾ç½®é»˜è®¤å­—ä½“ */
body,
button, input, select, textarea { /* for ie */
		/*font: 12px/1 Tahoma, Helvetica, Arial, "å®‹ä½“", sans-serif;*/
		font-family: "å¾®è½¯é›…é»‘",sans-serif, inherit; /* ç”¨ ascii å­—ç¬¦è¡¨ç¤ºï¼Œä½¿å¾—åœ¨ä»»ä½•ç¼–ç&nbsp;ä¸‹éƒ½æ—&nbsp;é—®é¢˜ */
		font-size: 14px;
}

address, cite, dfn, em, var { font-style: normal; } /* å°†æ–œä½“æ‰¶æ­£ */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* ç»Ÿä¸€ç­‰å®½å­—ä½“ */
small { font-size: 12px; } /* å°äºŽ 12px çš„ä¸­æ–‡å¾ˆéš¾é˜…è¯»ï¼Œè®© small æ­£å¸¸åŒ– */

/* é‡ç½®åˆ—è¡¨å…ƒç´&nbsp; */
ul, ol { list-style: none; }
dl, ol, ul{margin-bottom: 0rem !important;}



abbr[title], acronym[title] { /* æ³¨ï¼š1.ie6 ä¸æ”¯æŒ abbr; 2.è¿™é‡Œç”¨äº†å±žæ€§é€‰æ‹©ç¬¦ï¼Œie6 ä¸‹æ—&nbsp;æ•ˆæžœ */
		border-bottom: 1px dotted;
		cursor: help;
}

q:before, q:after { content: ''; }

/* é‡ç½®è¡¨å•å…ƒç´&nbsp; */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img æ­è½¦ï¼šè®©é“¾æŽ¥é‡Œçš„ img æ—&nbsp;è¾¹æ¡† */
/* æ³¨ï¼šoptgroup æ—&nbsp;æ³•æ‰¶æ­£ */
button, input, select, textarea {
		font-size: 100%; /* ä½¿å¾—è¡¨å•å…ƒç´&nbsp;åœ¨ ie ä¸‹èƒ½ç»§æ‰¿å­—ä½“å¤§å° */
}

/* é‡ç½®è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* é‡ç½® hr */
hr {
		border: none;
		height: 1px;
}

/* è®©éžieæµè§ˆå™¨é»˜è®¤ä¹Ÿæ˜¾ç¤ºåž‚ç›´æ»šåŠ¨æ¡ï¼Œé˜²æ­¢å›&nbsp;æ»šåŠ¨æ¡å¼•èµ·çš„é—ªçƒ */
html { overflow-y: scroll; }
/*è¶…å‡ºå†…å®¹æ˜¾ç¤ºçœç•¥å·*/
.ellipsis{  max-width: 100%;  white-space: nowrap;  text-overflow:ellipsis;  overflow:hidden;  }
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix {  *zoom: 1;  }
.clearfix:before,
.clearfix:after {  display: table;  line-height: 0;  content: "";  }
.clearfix:after {  clear: both;  }



@media(max-width:768px){
    .top{
        height: 200px;
    }
}
#pages{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
#pages a:first-child{
    display: none;
}
#pages a:nth-child(2){
    background: url(../images/left-jiantou.png);
    display: block;
    width: 39px;
    height: 39px;
}
#pages a:last-child{
    background: url(../images/right-jiantou.png);
    display: block;
    width: 39px;
    height: 39px;
}
#pages a,#pages span{
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #000;
    opacity: 1;
    background: #f5f5f5;
    margin: 0 5px;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
}
#pages span{
    background-color: #ffd700;
    color: #fff;
}
#pages a.a1{
    content: none;
    color: transparent;
}
/* é‡ç½®æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
a { text-decoration:none; color: #000;}
a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

body{
    font-family: "æ€æºé»‘ä½“ CN" !important;
}</pre></body></html>